home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2009 February / PCWFEB09.iso / Software / Resources / Security / FULL - PC Tools Spyware Doctor 6 Starter / 6.0.0.362d-sdVNUNET_45281.exe / {app} / nor-sdhelp.chm / fhhtmlpopups.js < prev    next >
Text File  |  2008-06-19  |  415b  |  14 lines

  1. // Entire contents copyright (C) 1999-2002, Work Write, Inc.
  2. // and KeyWorks Software. All rights reserved.
  3. // Contact: Cheryl Lockett Zubak at cheri@workwrite.com
  4.  
  5. var KeyPopup;   // KeyHelp.KeyPopup  ActiveX object
  6.  
  7. function DisplayHtmlPopup(URL,left,top,width)
  8. {
  9.   if (!KeyPopup)
  10.     KeyPopup = new ActiveXObject("KeyHelp.KeyPopup");
  11.   KeyPopup.Width = width;
  12.   KeyPopup.DisplayURL(URL,left,top);
  13. }
  14.